home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #5 & #6
/
Amiga Plus CD - 1995 - No. 5 and 6.iso
/
pd
/
texte
/
amigafaq
/
programmer
/
pragmas
/
envoy_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-28
|
347b
|
15 lines
#ifndef PRAGMAS_ENVOY_PRAGMAS_H
#define PRAGMAS_ENVOY_PRAGMAS_H
#ifndef CLIB_ENVOY_PROTOS_H
#include <clib/envoy_protos.h>
#endif
extern struct Library *EnvoyBase;
#pragma libcall EnvoyBase HostRequestA 1e 801
#pragma libcall EnvoyBase LoginRequestA 24 801
#pragma libcall EnvoyBase UserRequestA 2a 801
#endif /* PRAGMAS_ENVOY_PRAGMAS_H */